html {
	font-size: 16px;
}

input[type=submit],
input[type=reset],
input[type=button],
input[type=text],
input[type=search] {
	-webkit-appearance: none;
}

select {
	-webkit-appearance: none;
	color: #AAAAAA;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	padding: 0;
	font-family: "microsoft yahei", "simhei", "simsun";
	color: #525253;
	font-size: 16px;
	margin: 0;
	outline: 0;
}

input:focus,
textarea:focus {
	outline: none;
}

textarea {
	resize: none;
}

del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none;
}

a:hover {
	cursor: pointer;
}

li {
	list-style: none;
}

body {
	width: 100%;
	min-width: 1440px;
	background: #fff;
}

/* 头*/
.header {
	width: 100%;
	height: 184px;
	background: url(bg1_czt_znd_20220608.png) top center no-repeat;
}

.w_1440 {
	width: 1440px;
	margin: 0 auto;
}

.w_1200 {
	width: 1200px;
	margin: 0 auto;
}

.header_top {
	width: 100%;
	overflow: hidden;
	height: 42px;
	border-bottom: 1px solid #5A7ABE;
}

.time_main {
	float: left;
	margin-left: 15px;
}

.time {
	font-size: 14px;
	color: #DAE4F9;
	line-height: 42px;
	letter-spacing: 1px;
}

.time p {
	font-size: 14px;
	color: #DAE4F9;
	line-height: 42px;
	display: inline-block;
}

.time span {
	font-size: 14px;
	color: #DAE4F9;
	line-height: 42px;
	display: inline-block;
	margin-left: 8px;
}

.header_top_right {
	float: right;
	margin-right: 16px;
	overflow: hidden;
	margin-top: 7px;
}

.dengluMain {
	float: left;
	width: auto;
	height: 26px;
	border-radius: 2px;
	border: 1px solid #DAE4F9;
	position: relative;
	margin-right: 19px;
}

.dengluMain:before {
	content: "";
	display: block;
	width: 1px;
	height: 26px;
	background: #DAE4F9;
	top: 0px;
	left: 50%;
	position: absolute;
}

.dengluMain a {
	color: #DAE4F9;
	font-size: 14px;
	display: inline-block;
	height: 26px;
	padding: 0 10px;
	line-height: 26px;
}

.dengluMain a:hover {
	color: #fff;
}

.wzaly {
	float: right;
	display: block;
	color: #fff;
	width: 105px;
	height: 28px;
	background: #3EC89B;
	border-radius: 2px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #D1F7EB;
}

.wzaly:hover {
	color: #fff;
}

.header_bottom {
	width: 1200px;
	height: 140px;
	margin: 0 auto;
}

.logo {
	float: left;
	margin-top: 23px;
	margin-left: 20px;
}

.logo a {
	display: block;
}

.logo a img {
	width: 436px;
}

.header_bottom_right {
	float: right;
	margin-top: 47px;
	margin-right: 17px;
}

.search_main {
	float: left;
	width: 421px;
	height: 46px;
	background: #B3C9F6;
	border-radius: 3px;
}

.search_select {
	float: left;
	width: 77px;
	line-height: 46px;
	text-align: center;
	position: relative;
	cursor: pointer;
	font-size: 14px;
}

.search_select .select_show {
	color: #646464;
	font-size: 16px;
}

.search_select_box {
	width: 70px;
	display: none;
	position: absolute;
	background-color: #B3C9F6;
	border-radius: 0 0 3px 3px;
	padding: 0 10px 0 10px;
	left: 0;
	z-index: 99;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.search_select:after {
	content: "";
	width: 1px;
	height: 29px;
	background-color: #728DC4;
	position: absolute;
	right: -13px;
	top: 9px;
}

.blue_active {
	color: #728DC4 !important;
}

.input_Search_1 {
	float: left;
	margin-left: 1px;
	width: 270px;
	height: 46px;
	line-height: 46px;
	border-radius: 3px;
	padding-left: 23px;
	border: none;
	color: #728DC4;
	font-size: 16px;
	background: #B3C9F6;
}

.search_select .select_show:after {
	content: '';
	width: 10px;
	height: 8px;
	display: block;
	background: url(icon1_czt_znd_20220608.png) no-repeat right center;
	position: absolute;
	right: -4px;
	top: 19px;
	transition: transform 0.2s linear;
}

.search_select_active .search_select_box {
	display: block;
}

.searchBtn {
	float: right;
	display: block;
	width: 29px;
	height: 28px;
	background: url(icon2_czt_znd_20220608.png) no-repeat;
	margin-right: 10px;
	margin-top: 9px;
}

.search_select_box a {
	display: block;
}

/* 导航*/
.nav {
	width: 100%;
	height: 70px;
	background: #344F89;
}

.nav ul {
	width: 100%;
	float: left;
}

.nav ul li {
	float: left;
	height: 69px;
	line-height: 69px;
	margin-right: 10.2px;
}

.nav ul li a {
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding: 0 36px;
	position: relative;
}

.nav ul li a:after {
	content: "";
	display: none;
	width: 100%;
	height: 3px;
	background: #C9B399;
	bottom: -2px;
	left: 0px;
	position: absolute;
}

.nav ul li a:hover {
	background: #2F487D;
}

.nav ul li a:hover:after {
	display: block;
}

.nav ul li.on a {
	background: #2F487D;
}

.nav ul li.on a:after {
	display: block;
}

/* 内容*/
.main {
	float: left;
	width: 100%;
	margin-bottom: 28px;
}

.main_top {
	width: 100%;
	background: url(bg2_czt_znd_20220608.png) no-repeat;
	padding-top: 22px;
	padding-bottom: 22px;
}

.news_photo {
	width: 100%;
	overflow: hidden;
}

/* 轮播*/
.news_photo_left {
	float: left;
	width: 601px;
	position: relative;
}

.pz_slides_3 {
	width: 601px;
	height: 380px;
	overflow: hidden;
	position: relative;
}

.pz_slides_3 ._btn {
	overflow: hidden;
	position: absolute;
	bottom: 59px;
	z-index: 9;
	right: 27px !important;
}

.pz_slides_3 ._btn ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.pz_slides_3 ._btn ul li {
	float: left;
	width: 11px;
	height: 11px;
	margin: 0 6px;
	cursor: pointer;
	background: #FDE5C8;
	border-radius: 11px;
}

.pz_slides_3 ._btn ul li.on {
	BACKGROUND-POSITION: 0px;
	background: #D8AC77;
}

.pz_slides_3 ._pic {
	position: relative;
	height: 100%;
	z-index: 0;
}

.pz_slides_3 ._pic li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.pz_slides_3 ._pic li:after {
	position: absolute;
	transition: 0.3s;
	content: "";
	width: 0;
	left: 50%;
	top: 0;
	height: 3px;
	background: #344F89;
}

.pz_slides_3 ._pic li:hover:after {
	width: 100%;
	left: 0;
}

.pz_slides_3 ._pic li p {
	float: left;
	width: 88%;
	display: block;
}

.pz_slides_3 ._pic li p a:hover {
	color: #344F89;
}

.pz_slides_3 ._pic li img {
	width: 601px;
	height: 338px;
	display: block;
}

.pz_slides_3 ._pic li .lunbo_bg {
	width: 601px;
	height: 338px;
	background: url(bg10_czt_znd_20220608.jpg) center no-repeat;
}

.btn_main {
	width: 61px;
	height: 24px;
	border-radius: 3px;
	border: 1px solid #344F89;
	position: absolute;
	right: 0px;
	bottom: 4px;
	overflow: hidden;
}

.btn_main:before {
	content: "";
	display: block;
	width: 1px;
	height: 24px;
	background: #344F89;
	position: absolute;
	left: 30px;
	top: 0px
}

.pz_slides_3 .next {
	float: right;
	display: inline-block;
	width: 30px;
	height: 24px;
	background: url(icon4_czt_znd_20220608.png) center no-repeat;
}

.pz_slides_3 .next:hover {
	background: url(icon46_czt_znd_20220608.png) #344F89 center no-repeat;
}

.pz_slides_3 .next img {
	display: block;
	margin-left: 11px;
	margin-top: 5px;
}

.pz_slides_3 .prev {
	float: left;
	display: inline-block;
	width: 30px;
	height: 24px;
	background: url(icon3_czt_znd_20220608.png) center no-repeat;
}

.pz_slides_3 .prev:hover {
	background: url(icon45_czt_znd_20220608.png) #344F89 center no-repeat;
}

.pz_slides_3 .prev img {
	display: block;
	margin-left: 11px;
	margin-top: 5px;
}

.pic_news_title {
	float: left;
	width: 100%;
	padding-left: 8px;
	font-weight: bold;
	display: block;
	color: #353535;
	font-size: 18px;
	margin-top: 12px;
}

.news_photo_right {
	float: right;
	width: 583px;
}

.tab_title {
	width: 100%;
	border-bottom: 1px solid #C1CFE7;
	margin-top: 12px;
	border-bottom: 1px solid #C1CFE7;
}

.tab_title ul {
	width: 96%;
	padding-left: 17px;
	overflow: hidden;
}

.tab_title ul li {
	float: left;
	position: relative;
	margin-right: 28px;
	height: 37px;
}

.tab_title ul li a {
	display: block;
	color: #7A879E;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.tab_title ul li a:before {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #C9B399;
	position: absolute;
	bottom: -9px;
	left: 0px;
	display: none;
}

.tab_title ul li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #C9B399;
	position: absolute;
	bottom: -11px;
	left: 0px;
	display: none;
}

.tab_title ul li a p {
	font-size: 20px;
	font-weight: bold;
	color: #7A879E;
}

.tab_title ul li:hover a p {
	color: #344F89;
}

.tab_title ul li.active a p {
	color: #344F89;
}

.tab_title ul li:hover a:before {
	display: block;
}

.tab_title ul li:hover a:after {
	display: block;
}

.tab_title ul li.active a:before {
	display: block;
}

.tab_title ul li.active a:after {
	display: block;
}

.tab_main_title {
	width: 98%;
	margin-left: 7px;
	margin-top: 8px;
}

.tab_main_title a {
	font-size: 18px;
	display: block;
	font-weight: bold;
	color: #353535;
	line-height: 30px;
}

.tab_main_title_con {
	width: 98%;
	margin-left: 7px;
	font-size: 16px;
	color: #898989;
	line-height: 26px;
}

.time1 {
	font-size: 14px;
	color: #AFAFAF;
	margin-top: 5px;
	width: 98%;
	margin-left: 8px;
}

.tab_main_top_bottom {
	width: 100%;
}

.ul_main {
	margin-top: 16px;
	padding-bottom: 16px !important;
	width: 100%;
	padding-left: 10px;
}

.gzdt {
	margin-top: 1px;
}

.gzdt li {
	line-height: 35px;
}

.gzdt li a {
	line-height: 35px;
}

.gzdt li .time {
	line-height: 35px;
}

.ul_main li {
	width: 100%;
	overflow: hidden;
	line-height: 36px;
	position: relative;
}

.ul_main li a {
	float: left;
	display: inline-block;
	font-size: 16px;
	line-height: 36px;
	color: #373737;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	padding-left: 13px;
	position: relative;
}

.ul_main li a:hover {
	color: #344F89;
	margin-left: 10px;
}

.ul_main li:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #9FB2DB;
	border-radius: 1px;
	position: absolute;
	top: 16px;
	left: 0px;
}

.time {
	float: right;
	font-size: 16px;
	line-height: 36px;
	color: #ADADAD;
	margin-right: 20px;
}

.scroll {
	width: 100%;
	margin-top: 16px;
}

.picScroll-left {
	width: 100%;
	position: relative;
}

.picScroll-left .hd {
	position: relative;
}

.picScroll-left .prev {
	width: 46px;
	height: 49px;
	background: url(icon5_czt_znd_20220608.png) no-repeat;
	position: absolute;
	left: -52px;
	top: 31px;
	cursor: pointer;
}

.picScroll-left .hd .next {
	width: 46px;
	height: 49px;
	background: url(icon6_czt_znd_20220608.png) no-repeat;
	position: absolute;
	right: -52px;
	top: 31px;
	cursor: pointer;
}

.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.picScroll-left .hd ul li.on {
	background-position: 0 0;
}

.picScroll-left .bd {
	width: 100%;
	overflow: hidden;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 102%;
}

.picScroll-left .bd ul li {
	width: 384px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	margin-right: 24px;
}

.picScroll-left .bd ul li a {
	display: block;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
}

.picScroll-left .bd ul li .pic img {
	width: 384px;
	height: 110px;
	display: block;
}

.picScroll-left .bd ul li .title {
	line-height: 24px;
}

.tempWrap {
	width: 1200px !important;
	margin: 0 auto;
}

.banner {
	width: 100%;
	margin-top: 20px;
}

.banner a {
	display: block;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.banner a:hover {
	opacity: 0.85;
}

.imgbox {
	width: 100%;
	height: 110px;
	overflow: hidden;
	border-radius: 6px;
}

.imgbg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: ease 1s;
	border-radius: 6px;
}

.imgbox:hover .imgbg {
	transform: scale(1.1);
}

.newsBox {
	width: 100%;
}

.newsBox_left {
	float: left;
	width: 590px;
}

#zcjdfg {
	margin-top: 20px;
}

#zcjdfg ul {
	padding-left: 10px;
}

.newsBox_right {
	width: 589px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 99;
}

.newsBox_right .tab_title {
	margin-top: 20px;
}

.newsBox_right .tab_title ul {
	padding-left: 10px;
}

.zfxxgk_main {
	width: 100%;
	margin-top: 16px;
	overflow: hidden;
}

.zfxxgk_main ul {
	width: 104%;
	position: relative;
	float: left;
}

.zfxxgk_main ul li {
	float: left;
	width: 183px;
	height: 49px;
	background: #FFFFFF;
	border-radius: 3px;
	border: 1px solid #DBE3F1;
	position: relative;
	margin-right: 17px;
	margin-bottom: 15px;
}

.zfxxgk_main ul li a {
	display: block;
	width: 183px;
	height: 49px;
	color: #454545;
	font-size: 16px;
	text-align: center;
	line-height: 49px;
}

.zfxxgk_main ul li:before {
	content: "";
	display: block;
	width: 15px;
	height: 14px;
	background: url(icon7_czt_znd_20220608.png) no-repeat;
	position: absolute;
	right: 0px;
	top: 0px
}

.zfxxgk_main ul li:hover a {
	color: #344F89;
}

.zfxxgk_main ul li:hover {
	border: 1px solid #344F89;
}

.zfxxgk_main ul li:hover:before {
	content: "";
	display: block;
	width: 15px;
	height: 14px;
	background: url(icon8_czt_znd_20220608.png) no-repeat;
	position: absolute;
	right: 0px;
	top: 0px
}

.zfxxgk_main_bottom {
	float: left;
	width: 100%;
	position: relative;
	background: url(bg8_czt_znd_20220608.png) no-repeat;
	height: 11px;
}

.zfxxgk_main_bottom a {
	display: block;
	width: 22px;
	height: 11px;
	background: url(icon9_czt_znd_20220608.png) no-repeat;
	position: absolute;
	left: 48%;
	bottom: 0px
}

.zfxxgk_main_bottom .s_m {
	display: block;
	width: 22px;
	height: 11px;
	background: url(icon99_czt_znd_20220608.png) no-repeat !important;
	position: absolute;
	left: 48%;
	bottom: 0px
}

.hdjl_main {
	width: 100%;
	margin-top: 18px;
	overflow: hidden;
}

.hdjl_main_left {
	float: left;
	width: 240px;
	overflow: hidden;
}

.hdjl_main_left ul {
	width: 110%;
	padding-left: 10px;
	overflow: hidden;
	position: relative;
}

.hdjl_main_left ul:after {
	content: "";
	display: block;
	width: 1px;
	height: 226px;
	background: #EBF0F8;
	top: 0;
	left: 48%;
	position: absolute;
}

.hdjl_main_left ul li {
	float: left;
	width: 46%;
	padding-top: 5px;
	padding-bottom: 13px;
	/* margin-left: 27px;margin-right: 23px;margin-bottom: 25px;*/
	border-bottom: 1px solid #EBF0F8;
}

.hdjl_main_left ul li:hover {
	background: #F8FBFF;
}

.bor {
	border-bottom: none !important;
}

.hdjl_main_left ul li a {
	display: block;
}

.hdjl_main_left ul li a p {
	text-align: center;
	font-size: 16px;
	color: #373737;
}

.hdjl_main_left ul li a:hover p {
	color: #344F89;
}

.hdjl_main_right {
	float: right;
	width: 328px;
}

.lyhf_title {
	width: 100%;
}

.lyhf_title a {
	color: #344F89;
	font-size: 16px;
	font-weight: bold;
}

.lyhf_main {
	width: 100%;
	height: 200px;
	background: #F8FBFF;
	border-radius: 0px 0px 3px 3px;
	border-top: 1px solid #344F89;
	margin-top: 8px;
}

.lyhf_main ul {
	width: 100%;
}

.lyhf_main ul li {
	width: 100%;
	padding-bottom: 5px;
	border-bottom: 1px dashed #E2EAF6;
}

.lyhf_top {
	width: 312px;
	overflow: hidden;
	margin-top: 13px;
	margin-left: 16px;
}

.bt {
	float: left;
	width: 250px;
}

.bt a {
	color: #333333;
	font-size: 16px;
	line-height: 21px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.time2 {
	float: right;
	font-size: 14px;
	line-height: 21px;
	color: #A5A5A5;
	margin-right: 7px;
}

.bt a:hover {
	color: #344F89;
	margin-left: 10px;
}

.hf_content {
	color: #8E8E8E;
	font-size: 14px;
	width: 305px;
	margin-top: 5px;
	margin-left: 16px;
}

.lyhf_main ul li:last-child {
	border: none;
}

.newsBox_right_2 {
	float: right;
	width: 589px;
}

#zcjdfg_main {
	margin-top: 10px;
}

.tab_title ul {
	padding-left: 10px;
}

.foot {
	float: left;
	width: 100%;
	border-top: 3px solid #344F89;
	padding-top: 22px;
	padding-bottom: 20px;
}

.foot_main {
	width: 100%;
	overflow: hidden;
}

.foot_left {
	float: left;
}

.foot_left span {
	color: #373737;
	font-size: 16px;
}

.foot_left a {
	color: #344F89;
	font-size: 16px;
	margin-left: 12px;
}

.foot_left b {
	color: #344F89;
	font-weight: normal;
	margin-left: 10px;
}

.foot_left a:hover {
	font-weight: bold;
}

.foot_left p {
	margin-top: 16px;
	color: #373737;
	font-size: 16px;
}

.foot_left p a {
	color: #373737 !important;
}

.foot_left p a:hover {
	color: #373737 !important;
	font-weight: normal !important;
}

.foot_left p img {
	margin-top: -3px;
}

.foot_right {
	float: right;
	overflow: hidden;
}

.foot_right_1 {
	float: left;
}

.foot_right_2 {
	float: left;
	margin-top: 8px;
	margin-left: 12px;
}

.share_main {
	width: 47px;
	position: fixed;
	top: 320px;
	z-index: 999;
	right: 0px
}

.share_cell {
	width: 100%;
}

.share_cell li {
	width: 47px;
	height: auto;
	border-radius: 3px;
	background: #C9B399;
	padding-top: 4px;
	margin-bottom: 8px;
	padding-bottom: 6px;
}

.share_cell li:hover {
	background: #344F89;
}

.share_cell a {
	display: block;
	width: 47px;
	cursor: pointer;
	position: relative;
}

.bshare-weixin {
	width: 32px;
	height: 32px;
	background: url(icon15_czt_znd_20220608.png) no-repeat;
	margin: 0 auto;
}

.bshare-sinaminiblog {
	width: 32px;
	height: 32px;
	background: url(icon16_czt_znd_20220608.png) no-repeat;
	margin: 0 auto;
}

.share_cell li a p {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.w_110 {
	background: #fff;
	position: absolute;
	top: 0px;
	left: -110px;
	height: 110px;
	border-radius: 3px;
	display: none;
}

.w_110 img {
	width: 110px;
}

.wx:hover .w_110 {
	display: block;
}

.fhdb {
	width: 32px;
	height: 32px;
	background: url(icon17_czt_znd_20220608.png) no-repeat;
	margin: 0 auto;
}

#bsWXBox {
	border: 5px solid #ccc;
	border-radius: 5px;
	padding: 0 !important;
}

.bsBox {
	display: none;
	z-index: 100000001;
	font-size: 12px;
	padding: 6px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bsClose {
	_overflow: hidden;
	cursor: pointer;
	position: absolute;
	z-index: 10000000;
	color: #666;
	font-weight: bold;
	font-family: Helvetica, Arial;
	font-size: 14px;
	line-height: 20px;
}

.bsTop {
	color: #666;
	background: #f2f2f2;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #e8e8e8;
}

.bsFrameDiv,
#bsMorePanel {
	border: none;
	background: #fff;
}

#qrcode img {
	display: inline-block !important;
	margin: 21px;
}

#qrcode img {
	display: inline-block !important;
	margin: 21px;
}

.returntop {
	display: none;
}

.zyxxzz_tab_top {
	width: 100%;
	margin-top: 24px;
	margin-bottom: 15px;
}

.zyzc_ul {
	width: 228px;
	margin: 0 auto;
	border: 1px solid #344F89;
	height: 38px;
	border-radius: 4px;
}

.zyzc_ul li a {
	float: left;
	width: 114px;
	height: 38px;
	font-size: 18px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
}

.zyzc_ul li.active a {
	font-size: 18px;
	font-weight: bold;
	border-radius: 4px;
	background-color: #344F89;
	color: #fff;
}

.zyzc_ul li.active a p {
	color: #fff;
}

/* 新闻发布*/
.content {
	width: 100%;
}

.minabao {
	width: 100%;
	height: 53px;
	line-height: 53px;
	background: #EFF5FF;
	color: #344F89 !important;
	font-size: 16px !important;
}

.minabao a {
	color: #9EA7B5;
	font-size: 16px;
	background: url(icon18_czt_znd_20220608.png) right no-repeat;
	padding-right: 26px;
	margin-right: 10px;
}

.minabao a:hover {
	color: #344F89;
}

.minabao span {
	font-size: 16px;
	color: #344F89;
}

.erji_content {
	width: 100%;
	margin-top: 18px;
	margin-bottom: 22px;
	min-height: 500px;
}

.erji_content .news_photo .news_photo_right .tab_title {
	margin-top: 3px;
}

.erji_content .newsBox {
	margin-top: 25px;
	overflow: hidden;
}

.erji_content .newsBox .tab_title {
	margin-top: 20px;
}

.zyxxzz_tab2 {
	float: right;
}

.zyxxzz_tab2 ul {
	width: 132px;
	border: 1px solid #344F89;
	height: 38px;
	border-radius: 3px;
	height: 30px;
	line-height: 30px;
	padding-left: 0px !important
}

.zyxxzz_tab2 li {
	margin-right: 0px !important;
	height: 30px !important;
	line-height: 30px
}

.zyxxzz_tab2 li a {
	float: left;
	width: 66px;
	height: 30px;
	font-size: 14px !important;
	line-height: 30px;
	color: #344F89;
	font-weight: normal !important;
}

.zyxxzz_tab2 li.active a {
	color: #fff;
	background-color: #344F89;
}

.zyxxzz_tab2 li:hover a {
	color: #fff;
	background-color: #344F89;
}

/* 图片列表*/
.photo_list {
	width: 100%;
	overflow: hidden;
}

.photo_list ul {
	width: 103%;
	margin-top: 8px;
	overflow: hidden;
}

.photo_list ul li {
	float: left;
	width: 384px;
	border-radius: 3px;
	margin-bottom: 28px;
	margin-right: 24px;
}

.photo_list ul li a {
	display: block;
	width: 384px;
	border-radius: 3px;
}

.w_384 {
	width: 384px;
	height: 217px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	position: relative;
	background: url(bg11_czt_znd_20220608.png) no-repeat;
}

.photo_list ul li a .w_384 img {
	width: 384px;
	height: 217px;
	border-radius: 3px;
}

.photo_list ul li a p {
	width: 100%;
	color: #353535;
	font-size: 16px;
	line-height: 22px;
	height: 30px;
	line-height: 26px;
	height: 60px;
	margin-top: 7px;
}

.photo_list ul li a span {
	display: block;
	width: 100%;
	color: #8A8A8A;
	font-size: 14px;
}

.photo_list ul li:hover .w_384 {
	opacity: 0.8;
}

.photo_list ul li:hover p {
	color: #344F89;
}

.fenye {
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.fenye .page_s {
	background: url(icon19_czt_znd_20220608.png) center no-repeat;
	width: 9px;
}

.fenye .page_x {
	background: url(icon20_czt_znd_20220608.png) center no-repeat;
	width: 9px;
}

.fenye span.on {
	background: #395DA5;
	color: #fff;
}

.fenye a {
	background: #fff;
	color: #8C8C8C;
}

.w_384_2 {
	width: 384px;
	height: 112px;
	border-radius: 3px;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
	position: relative
}

.photo_list ul li a .w_384_2 img {
	width: 384px;
	height: 112px;
	border-radius: 3px;
}

.photo_list ul li:hover .w_384_2 {
	opacity: 0.8;
}

.list {
	width: 100%;
}

/* 机构职能*/
.h_42 ul li {
	height: 42px;
}

.h_42 ul li a:before {
	bottom: -14px
}

.h_42 ul li a:after {
	bottom: -16px;
}

.jgzn {
	width: 100%;
}

.jgzn_main {
	width: 1160px;
	color: #303030;
	font-size: 18px;
	padding-top: 34px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 39px;
}

.jgzn_main p {
	color: #303030;
	font-size: 18px;
}

.xiangqing {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

.xiangqing a {
	display: block;
	float: right;
	height: 41px;
	border-radius: 3px;
	border: 1px solid #344F89;
	line-height: 43px;
	color: #344F89;
	font-size: 20px;
	padding-left: 16px;
	padding-right: 14px;
	overflow: hidden;
}

.xiangqing a img {
	display: inline-block;
	margin-left: 10px;
	margin-top: -5px;
}

.xiangqing a span {
	float: left;
}

.xiangqing_bg {
	display: inline-block;
	background: url(icon21_czt_znd_20220608.png) no-repeat;
	width: 28px;
	height: 22px;
	margin-top: 10px;
	margin-left: 5px;
}

.xiangqing a:hover {
	background: #344F89;
}

.xiangqing a:hover span {
	color: #fff;
}

.xiangqing a:hover .xiangqing_bg {
	background: url(icon21_bg_czt_znd_20220608.png) no-repeat;
}

.leader {
	width: 100%;
}

.leader_main {
	width: 98%;
	margin-top: 49px;
	padding-left: 10px;
	overflow: hidden;
}

.leader_main ul {
	width: 103%;
}

.leader_main ul li {
	float: left;
	overflow: hidden;
	margin-right: 51px;
	margin-bottom: 40px;
	padding: 10px 0 10px 10px;
}

.leader_main ul li:hover {
	background: #F8FBFF;
}

.w_109 {
	float: left;
	width: 109px;
	height: 142px;
}

.w_109 a {
	display: block;
	position: relative;
}

.w_109 a img {
	width: 109px;
	height: 142px;
}

.w_200 {
	float: right;
	width: 200px;
	margin-left: 32px;
}

.p_1 {
	width: 100%;
	padding-top: 48px;
}

.p_1 a {
	display: block;
	color: #434343;
	font-weight: bold;
	font-size: 16px;
}

.p_1 a:hover {
	color: #395DA5;
}

.p_2 {
	font-size: 14px;
	color: #434343;
	line-height: 20px;
	margin-top: 4px;
}

.jggk_bottom {
	width: 100%;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w_590 {
	width: 590px;
}

.w_590_main {
	width: 100%;
}

.w_590_main {
	margin-top: 10px;
}

/* 政务公开*/
.zwgk_main {
	width: 100%;
	overflow: hidden;
}

.w_753 {
	float: left;
	width: 753px;
}

.w_753_top {
	width: 100%;
	margin-bottom: 38px;
}

.w_753_top .tab_title {
	margin-top: 6px;
}

.w_753_main {
	width: 100%;
}

.w_753 .w_753_main {
	margin-top: 13px;
}

.w_416 {
	float: right;
	width: 416px;
}

.w_416_top {
	width: 100%;
}

.w_416_top p {
	width: 100%;
	margin-top: 6px;
}

.w_416_top p a {
	text-align: center;
	display: block;
	width: 100%;
	color: #344F89;
	font-size: 20px;
	font-weight: bold;
}

.w_416_top_main {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

.w_416_top_main ul {
	width: 106%;
	overflow: hidden;
	border-bottom: 1px solid #344F89;
}

.w_416_top_main ul li {
	float: left;
	width: 200px;
	height: 65px;
	background: #EFF2F9;
	border-radius: 3px;
	margin-right: 17px;
	margin-bottom: 15px;
}

.w_416_top_main ul li a {
	display: block;
	width: 200px;
	height: 65px;
	line-height: 65px;
}

.w_416_top_main ul li:hover {
	background: #344F89;
}

.w_416_top_main ul li a:hover {
	color: #fff;
}

.span_3 {
	float: left;
	width: 40px;
	height: 40px;
	margin-left: 8px;
	margin-right: 12px;
	margin-top: 14px;
}

.gk_1 {
	background: url(icon28_czt_znd_20220608.png) no-repeat;
}

.gk_2 {
	background: url(icon29_czt_znd_20220608.png) no-repeat;
}

.gk_3 {
	background: url(icon30_czt_znd_20220608.png) no-repeat;
}

.gk_4 {
	background: url(icon31_czt_znd_20220608.png) no-repeat;
}

.gk_5 {
	background: url(icon32_czt_znd_20220608.png) no-repeat;
}

.gk_6 {
	background: url(icon33_czt_znd_20220608.png) no-repeat;
}

.w_416_top_main ul li a:hover .gk_1 {
	background: url(icon28_bg_czt_znd_20220608.png) no-repeat;
}

.w_416_top_main ul li a:hover .gk_2 {
	background: url(icon29_bg_czt_znd_20220608.png) no-repeat;
}

.w_416_top_main ul li a:hover .gk_3 {
	background: url(icon30_bg_czt_znd_20220608.png) no-repeat;
}

.w_416_top_main ul li a:hover .gk_4 {
	background: url(icon31_bg_czt_znd_20220608.png) no-repeat;
}

.w_416_top_main ul li a:hover .gk_5 {
	background: url(icon32_bg_czt_znd_20220608.png) no-repeat;
}

.w_416_top_main ul li a:hover .gk_6 {
	background: url(icon33_bg_czt_znd_20220608.png) no-repeat;
}

.w_416_middle {
	width: 100%;
}

.w_416_middle ul {
	width: 100%;
}

.w_416_middle ul li {
	width: 100%;
	margin-top: 16px;
}

.w_416_middle ul li a {
	display: block;
}

.w_416_middle ul li a:hover {
	opacity: 0.8;
}

.w_416_bottom {
	width: 100%;
	margin-top: 25px;
	overflow: hidden;
}

.w_416_bottom ul {
	width: 105%;
	overflow: hidden;
}

.w_416_bottom ul li {
	float: left;
	position: relative;
	width: 200px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	margin-right: 12px;
	background: #FFFFFF;
	border-radius: 3px;
	border: 1px solid #DBE3F1;
	margin-bottom: 11px;
}

.w_416_bottom ul li a {
	display: block;
}

.w_416_bottom ul li:hover {
	border: 1px solid #344F89;
}

.w_416_bottom ul li:hover a {
	color: #344F89;
}

.w_416_bottom ul li:after {
	content: "";
	display: block;
	width: 15px;
	height: 14px;
	background: url(icon7_czt_znd_20220608.png) top right no-repeat;
	position: absolute;
	right: -1px;
	top: 0px
}

.w_416_bottom ul li:hover:after {
	content: "";
	display: block;
	width: 15px;
	height: 14px;
	background: url(icon8_czt_znd_20220608.png) top right no-repeat;
	position: absolute;
	right: -1px;
	top: 0px
}

/* 互动交流*/
.hdjl_content {
	width: 100%;
}

.hdjl_middle {
	width: 100%;
	overflow: hidden;
}

.hdjl_middle_left {
	float: left;
	width: 444px;
	padding-left: 30px;
	padding-top: 15px;
}

.lyxz_title {
	width: 100%;
	color: #344F89;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
}

.lyxz_main {
	width: 100%;
	color: #3A3A3A;
	font-size: 14px;
	line-height: 28px;
	margin-top: 20px;
}

.lyxz_main p {
	color: #3A3A3A;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 18px;
}

.wyly {
	display: inline-block;
	margin-top: 7px;
	text-align: center;
	width: 155px;
	height: 47px;
	line-height: 47px;
	background: #E42A2A;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
}

.lyxz_main div {
	text-align: center;
	margin-top: 7px;
}

.wyly:hover {
	color: #fff;
	opacity: 0.8;
}

.hdjl_middle_right {
	float: right;
	width: 633px;
	padding-top: 15px;
}

.lyhf_top1 {
	width: 100%;
	overflow: hidden;
	padding-bottom: 6px;
}

.lyhf_title1 {
	float: left;
	color: #344F89;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
}

.lyhf_title1 a {
	color: #344F89;
	font-size: 16px;
	font-weight: bold;
}

.lyhf_top_right {
	float: right;
	width: 533px;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
	border: 1px solid #344F89;
	padding-left: 8px;
}

.w_160 {
	float: left;
	width: 150px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

.w_416_title {
	display: inline-block;
	color: #919191;
	font-size: 16px;
	background: url(icon22_czt_znd_20220608.png) left center no-repeat;
	padding-left: 30px;
	line-height: 35px;
}

.num {
	color: #344F89;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
}

.w_160:after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background: #344F89;
	position: absolute;
	right: 0px;
	top: 8px;
}

.bj {
	background: url(icon23_czt_znd_20220608.png) left center no-repeat;
}

.gk {
	background: url(icon24_czt_znd_20220608.png) left center no-repeat;
}

.bg_none:after {
	display: none;
}

.lyhf_bottom {
	width: 100%;
	border-top: 1px solid #344F89;
	background: #F8FBFF;
	height: 330px;
	border-radius: 0px 0px 3px 3px;
}

.lyhf_bottom .lyhf_main {
	margin-top: 0px;
	border: none;
}

.lyhf_bottom .lyhf_main .lyhf_top {
	width: 96%;
}

.lyhf_bottom .lyhf_main .lyhf_top .bt {
	width: 520px;
}

.lyhf_bottom .lyhf_main ul li {
	padding-bottom: 7px;
}

.lyhf_bottom .lyhf_main ul li:last-child {
	border-bottom: 1px dashed #E2EAF6 !important;
}

.hdjl_bottom {
	width: 1180px;
	height: 140px;
	background: #F8FAFF;
	border-radius: 3px;
	margin-top: 53px;
	padding-left: 20px;
}

.hdjl_bottom ul {
	width: 100%;
}

.hdjl_bottom ul li {
	float: left;
	width: 376px;
	height: 103px;
	border-radius: 3px;
	position: relative;
	border: 1px solid #F8FAFF;
	margin-top: 19px;
	margin-right: 10px;
}

.hdjl_bottom ul li:after {
	content: "";
	display: none;
	width: 15px;
	height: 14px;
	background: url(icon8_czt_znd_20220608.png) top right no-repeat;
	position: absolute;
	right: -1px;
	top: 0px
}

.hdjl_bottom ul li:hover {
	border: 1px solid #344F89;
}

.hdjl_bottom ul li:hover:after {
	display: block;
}

.hdjl_bottom ul li a {
	display: block;
	width: 376px;
	height: 103px;
}

.span_1 {
	margin-top: 16px;
	margin-left: 67px;
	display: inline-block;
}

.span_2 {
	display: inline-block;
	margin-left: 30px;
}

/* 内容*/
.neirong {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}

.biaoti_title {
	width: 88%;
	text-align: center;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #303030;
	margin: 0 auto;
}

.erji_title {
	width: 88%;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	line-height: 26px;
	margin-top: 18px;
	color: #344F89;
}

.title_bottom {
	height: 43px;
	width: 100%;
	/* overflow: hidden;*/
	line-height: 42px;
	margin-top: 18px;
	border-bottom: 1px solid #ECECEC;
}

.title_bottom_left {
	float: left;
	font-size: 14px;
	color: #8A8A8A;
	margin-left: 50px;
}

.time3 {
	float: left;
	font-size: 16px;
	color: #8A8A8A;
}

.laiyuan {
	float: left;
	margin-left: 16px;
	font-size: 16px;
	color: #8A8A8A;
}

.title_bottom_right {
	float: right;
	margin-right: 10px;
	font-size: 14px;
	line-height: 42px;
	margin-right: 60px;
}

.font_main {
	float: left;
	position: relative;
	color: #8A8A8A;
	line-height: 24px;
}

.font_main:after {
	content: "";
	display: block;
	width: 1px;
	height: 25px;
	background: #E6E6E6;
	position: absolute;
	top: 8px;
	right: -14px
}

.font_main span {
	float: left;
	font-size: 16px;
	color: #8A8A8A;
	margin-top: 8px;
}

.icon_fp {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(icon50_czt_znd_20220608.png) no-repeat center center;
	background-size: 28px;
	margin-top: 7px;
}

.icon_fm {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(icon51_czt_znd_20220608.png) no-repeat center center;
	margin-top: 7px;
	background-size: 28px;
}

.dayin {
	float: left;
	margin-left: 28px;
}

.icon_dy {
	display: inline-block;
	float: left;
	width: auto;
	height: 28px;
	background: url(icon36_czt_znd_20220608.png) no-repeat left 5px;
	margin-top: 3px;
	color: #8A8A8A;
	font-size: 16px;
	padding-left: 38px;
	line-height: 37px;
}

.fenxiang {
	float: right;
	color: #8A8A8A;
	margin-left: 28px;
	line-height: 24px;
	position: relative;
}

.fenxiang span {
	float: left;
	font-size: 16px;
	color: #8A8A8A;
	margin-top: 9px;
}

.fx_bg {
	float: left;
	width: 24px;
	height: 24px;
	background: url(icon47_czt_znd_20220608.png) no-repeat;
	background-size: 24px;
	margin-top: 10px;
	cursor: pointer;
}

.fx_ul {
	width: 107px;
	background: #fff;
	padding: 10px 10px 0 10px;
	display: none;
	box-shadow: 3px 5px 25px -10px rgba(0, 0, 0, 0.77);
	-webkit-box-shadow: 3px 5px 25px -10px rgba(0, 0, 0, 0.77);
	-moz-box-shadow: 3px 5px 25px -10px rgba(0, 0, 0, 0.77);
	position: absolute;
	top: 43px;
	left: -9px;
}

.fx_ul li {
	width: 100%;
	height: 30px;
	float: left;
	border-radius: 3px;
	margin-bottom: 8px;
}

.fx_ul li:hover {
	background: #344F89;
}

.fx_ul li a {
	display: block;
	float: left;
	margin-left: 4px;
	margin-top: 4px;
}

.weibo {
	float: left;
	width: 24px;
	height: 24px;
	background: url(icon48_bg_czt_znd_20220608.png) no-repeat;
	background-size: 24px;
	display: inline-block;
}

.fx_ul p {
	float: left;
	font-size: 14px;
	display: inline-block;
	margin-left: 4px;
}

.weixin {
	float: left;
	width: 24px;
	height: 24px;
	background: url(icon49_bg_czt_znd_20220608.png) no-repeat;
	background-size: 24px;
	display: inline-block;
}

.fx_ul li:hover p {
	color: #fff;
}

.fx_ul li:hover .weibo {
	background: url(icon49_czt_znd_20220608.png) no-repeat;
	background-size: 24px;
}

.fx_ul li:hover .weixin {
	background: url(icon48_czt_znd_20220608.png) no-repeat;
	background-size: 24px;
}

.neirong_content {
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
	font-size: 18px;
	color: #303030;
	line-height: 34px;
	padding-top: 35px;
}

.neirong_content p {
	font-size: 18px;
	color: #303030;
	line-height: 34px
}

.neirong_content img {
	max-width: 800px;
	width: auto;
	height: auto;
	margin: 0 auto !important;
	display: block;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.zrbj {
	width: 100%;
	text-align: right;
	margin-top: 40px;
	color: #484848;
	font-size: 18px;
}

.zrbj_title {
	color: #909090;
}

/* 意见征集*/
.yjzj_title {
	float: left;
	padding-left: 14px;
}

.yjzj_title b {
	font-weight: normal;
}

.yjzj_ul li a:before {
	display: none;
}

.yjzj_ul li {
	position: relative;
}

.yjzj_ul li:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #9FB2DB;
	border-radius: 1px;
	position: absolute;
	top: 16px;
	left: 0px;
}

/* 网站地图*/
/* 网站地图*/
.map {
	width: 100%;
	padding-bottom: 20px;
}

.map_title {
	width: 95%;
	font-size: 18px;
	font-weight: bold;
	color: #344F89;
}

.map_title a {
	font-size: 18px;
	font-weight: bold;
	color: #344F89;
}

.map_content {
	margin-left: 38px;
	margin-right: 33px;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 10px;
	margin-top: 30px;
}

.map_main {
	width: 100%;
	margin-top: 20px;
}

.map_main ul {
	width: 95%;
	overflow: hidden;
}

.map_main ul li {
	float: left;
	margin-right: 28px;
	line-height: 32px;
}

.map_main ul li a {
	color: #4E4E4E;
	font-size: 16px;
}

.map_main ul li a:hover {
	color: #344F89;
}

/* 预决算信息*/
.yjsxx {
	width: 100%;
	background: url(bg3_czt_znd_20220608.png) top center no-repeat;
	height: 740px;
}

.yjsxx_title {
	width: 100%;
	padding-top: 36px;
	text-align: center;
}

.yjsxx_main {
	width: 100%;
	overflow: hidden;
	margin-top: 38px;
}

.yjsxx_main_left {
	float: left;
	width: 568px;
	height: 443px;
	background: url(bg4_czt_znd_20220608.png) no-repeat;
	margin-left: 20px;
	position: relative;
}

.yjsxx_main_left:before {
	content: "";
	display: block;
	width: 1px;
	height: 453px;
	background: #344F89;
	position: absolute;
	top: 0px;
	left: 580px
}

.yjsxx_main_right {
	float: right;
	width: 568px;
	height: 443px;
	background: url(bg5_czt_znd_20220608.png) no-repeat;
	margin-right: 20px;
}

.yjs_title {
	width: 100%;
	text-align: center;
	color: #344F89;
	font-size: 32px;
	font-weight: bold;
	margin-top: 110px;
}

.yjs_main {
	width: 100%;
	margin-top: 60px;
}

.yjs_main ul {
	width: 100%;
}

.yjs_main ul li {
	text-align: center;
	margin-bottom: 20px;
}

.yjs_main ul li a {
	font-size: 18px;
	color: #344F89;
	line-height: 24px;
}

.yjs_main ul li a:hover {
	font-weight: bold;
}

.yjsxx_list {
	width: 1150px;
	height: 410px;
	background: url(bg6_czt_znd_20220608.png) no-repeat;
	padding-left: 50px;
	padding-top: 33px;
}

.yjsxx_list_title {
	width: 100%;
	color: #344F89;
	font-size: 32px;
	font-weight: bold;
}

.yjsxx_list_title_2 {
	color: #344F89;
	font-size: 18px;
	margin-top: 16px;
}

.yjsxx_list_ul_main {
	width: 100%;
	margin-top: 58px;
}

.yjsxx_list_ul_main ul {
	width: 100%;
	overflow: hidden;
}

.yjsxx_list_ul_main ul li {
	float: left;
	width: 150px;
	height: 50px;
	margin-right: 36px;
	margin-bottom: 26px;
	line-height: 50px;
	background: #FFFFFF;
	border-radius: 3px;
	border: 1px solid #DBE3F1;
	text-align: center;
	position: relative;
}

.yjsxx_list_ul_main ul li:hover {
	border: 1px solid #344F89;
}

.yjsxx_list_ul_main ul li a {
	display: block;
	color: #344F89;
}

.yjsxx_list_ul_main ul li:after {
	content: "";
	display: block;
	width: 15px;
	height: 14px;
	background: url(icon7_czt_znd_20220608.png) top right no-repeat;
	position: absolute;
	top: 0px;
	right: -1px;
}

.yjsxx_list_ul_main ul li:hover:after {
	content: "";
	display: block;
	width: 15px;
	height: 14px;
	background: url(icon8_czt_znd_20220608.png) top right no-repeat;
	position: absolute;
	top: 0px;
	right: -1px;
}

.fanhui_title {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.fanhui_title a {
	float: right;
	width: 127px;
	height: 43px;
	line-height: 43px;
	border-radius: 3px;
	border: 1px solid #344F89;
	margin-right: 65px;
}

.fanhui_title a img {
	display: inline-block;
	margin-top: -3px;
	margin-left: 23px;
	margin-right: 13px;
}

.fanhui_title a:hover {
	color: #344F89;
}

.czzxzjqd {
	width: 100%;
	background: url(bg7_czt_znd_20220608.png) top center no-repeat;
	padding-top: 66px;
	padding-bottom: 49px;    background-size: cover;
}

.czzxzjqd_title {
	width: 1170px;
	padding-left: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #344F89;
}

.czzxzjqd_main {
	width: 100%;
	border-top: 3px solid #344F89;
	margin-top: 4px;
	padding-top: 25px;
}

.czzxzjqd_content {
	width: 100%;
	background: #FFFFFF;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.5);
	padding-bottom: 40px;
}

.czzxzjqd_content ul {
	width: 100%;
	text-align: center;
	padding-top: 77px;
}

.czzxzjqd_content ul li {
	width: 348px;
	height: 51px;
	line-height: 51px;
	background: #FFFFFF;
	border-radius: 3px;
	border: 1px solid #DBE3F1;
	margin: 0 auto;
	margin-bottom: 27px;
	position: relative;
}

.czzxzjqd_content ul li a {
	display: block;
	color: #344F89;
	font-size: 20px;
	text-align: center;
}

.czzxzjqd_content ul li:hover {
	border: 1px solid #344F89;
}

.czzxzjqd_content ul li:hover a {
	font-weight: bold;
}

.czzxzjqd_content ul li:after {
	content: "";
	display: block;
	width: 15px;
	height: 14px;
	background: url(icon7_czt_znd_20220608.png) top right no-repeat;
	position: absolute;
	top: 0px;
	right: -1px;
}

.czzxzjqd_content ul li:hover:after {
	content: "";
	display: block;
	width: 15px;
	height: 14px;
	background: url(icon8_czt_znd_20220608.png) top right no-repeat;
	position: absolute;
	top: 0px;
	right: -1px;
}

.sfzjmlqd_main {
	width: 100%;
	border-top: 3px solid #344F89;
	margin-top: 4px;
	padding-top: 25px;
}

.sfzjmlqd_content {
	width: 100%;
	background: #FFFFFF;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.5);
	padding-bottom: 40px;
}

.sfzjmlqd_content ul {
	width: 972px;
	padding-top: 77px;
	padding-left: 228px;
}

.sfzjmlqd_content ul li {
	display: inline-block;
	width: 348px;
	height: 51px;
	line-height: 51px;
	margin-right: 35px !important;
	background: #FFFFFF;
	border-radius: 3px;
	border: 1px solid #DBE3F1;
	margin: 0 auto;
	margin-bottom: 27px;
	position: relative;
}

.sfzjmlqd_content ul li a {
	display: block;
	color: #344F89;
	font-size: 20px;
	text-align: center;
}

.sfzjmlqd_content ul li:hover {
	border: 1px solid #344F89;
}

.sfzjmlqd_content ul li:hover a {
	font-weight: bold;
}

.sfzjmlqd_content ul li:after {
	content: "";
	display: block;
	width: 15px;
	height: 14px;
	background: url(icon7_czt_znd_20220608.png) top right no-repeat;
	position: absolute;
	top: 0px;
	right: -1px;
}

.sfzjmlqd_content ul li:hover:after {
	content: "";
	display: block;
	width: 15px;
	height: 14px;
	background: url(icon8_czt_znd_20220608.png) top right no-repeat;
	position: absolute;
	top: 0px;
	right: -1px;
}

.content_2 {
	width: 100%;
	overflow: hidden;
}

.left_menu {
	float: left;
	width: 277px;
}

.left_menu ul {
	width: 100%;
	width: 257px;
	background: #F1F6FF;
	border-radius: 3px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.left_menu ul li {
	width: 277px;
	height: 51px;
	line-height: 51px;
	border-radius: 3px;
	margin-bottom: 10px;
}

.left_menu ul li a {
	display: block;
	padding-left: 22px;
	width: 255px;
	line-height: 51px;
	border-radius: 3px;
	color: #434343;
	font-size: 18px;
	overflow: hidden;
}

.left_menu ul li:hover {
	background: #3C5DA2;
}

.left_menu ul li.on {
	background: #3C5DA2;
}

.left_menu ul li:hover a {
	color: #fff;
}

.left_menu ul li.on a {
	color: #fff;
}

.right_list {
	float: right;
	width: 900px;
}

.left_menu_name {
	float: left;
}

.jiantou {
	display: none;
	float: right;
	width: 8px;
	height: 14px;
	background: url(icon41_czt_znd_20220608.png) right center no-repeat;
	margin-top: 17px;
	margin-right: 13px;
}

.left_menu ul li:hover .jiantou {
	display: block;
}

.left_menu ul li.on .jiantou {
	display: block;
}

/* 互动交流回复细览页*/
.huifu_content {
	width: 100%;
}

.huifu_title {
	width: 100%;
	font-size: 26px;
	font-weight: 900;
}

.laixin_time {
	width: 100%;
	font-size: 16px;
	margin-top: 12px;
}

.huifu_content_top {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 16px;
}

.huifu_content_bottom {
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	margin-top: 10px;
}

.huifu_main {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}

.replay_box_l {
	width: 200px;
	float: left;
	text-align: center;
	margin-top: 73px;
}

.replay_box_l img {
	width: 74px;
}

.replay_box_l label {
	text-align: center;
	display: block;
	color: #3C5DA2;
	margin-top: 20px;
}

.replay_box_r {
	width: 82%;
	float: left;
	position: relative;
	margin-left: 14px;
	z-index: 2;
}

.replay_box_r_main {
	width: 95.5%;
	border: 1px solid #3C5DA2;
	border-radius: 10px;
	padding: 20px 2%;
	position: relative;
	background: #fff;
	min-height: 200px;
}

.replay_box_r_main:before {
	content: "";
	display: block;
	width: 26px;
	height: 31px;
	background: url(icon43_czt_znd_20220608.png) no-repeat;
	position: absolute;
	top: 96px;
	left: -26px;
}

.replay_box_r_main h3 {
	color: #3C5DA2;
	font-weight: 900;
	margin-bottom: 10px;
	font-size: 18px;
}

#text {
	line-height: 36px;
	font-size: 18px;
}

.time_5 {
	text-align: right;
	color: #3C5DA2;
	font-size: 16px;
	margin-top: 15px;
}

.more_new {
	position: absolute;
	width: auto;
	height: 40px;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	line-height: 40px;
	color: #3C5DA2;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 3px;
	padding: 0 13px;
}

.more_new img {
	display: inline-block;
	width: 14px;
	margin-left: 5px;
	margin-top: -3px;
}

.contetn_bg {
	background: #F9f9f9;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 30px;
	padding-top: 30px;
}

.contetn_bg .neirong {
	margin-top: 0px;
	background: #fff;
	padding-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}

.cz_table {
	width: 100%;
	padding-top: 30px;
}

.cz_table table {
	width: 90%;
	border: 1px solid #3C5DA2;
	margin: 0 auto;
	background: #fff;
}

.cz_table table tr td {
	border: 1px solid #3C5DA2;
	text-align: center;
	height: 40px;
}

.cz_table table thead tr td {
	background: #344F89;
	color: #fff;
	border: none;
}

.cz_table table a:hover {
	color: #3C5DA2;
}

@media screen and (max-width: 860px) {
	body {
		width: 100%;
		min-width: auto;
	}

	.w_1200 {
		width: 100%;
	}

	.minabao {
		min-height: 3rem;
		background: #f4f7fc;
		line-height: 3rem;
		color: #c6c7c9;
		height: auto;
		overflow: hidden;
		box-sizing: border-box;
		padding-left: 16px;
	}

	.biaoti_title {
		font-size: 1.4rem !important;
	}

	.neirong {
		margin-top: 0px;
		width: 100% !important;
		box-sizing: border-box;
		padding: 5% 3% !important;
	}

	.title_bottom_left {
		float: none !important;
		line-height: 30px;
		margin-left: 0px;
	}

	.time3 {
		float: none !important;
		text-align: center !important;
	}

	.title_bottom_right {
		float: none !important;
		margin-right: 0 !important;
		padding-bottom: 8px;
	}

	.dayin {
		display: none;
	}

	.laiyuan {
		float: none !important;
		text-align: center !important;
	}

	.font_main {
		display: flex;
		justify-content: center;
		float: none !important;
	}

	.neirong_content {
		width: 100%;
		box-sizing: border-box;
		padding-top: 17px;
		overflow-y: auto;
	}

	.neirong_content img {
		max-width: 100% !important;
		height: auto;
	}

	/* 互动交流回复细览页*/
	.huifu_content {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
	}

	.huifu_title {
		font-size: 18px;
	}

	.replay_box_l img {
		display: none;
	}

	.replay_box_l {
		width: 100%;
		float: none;
	}

	.replay_box_l label {
		margin-top: 0px;
		text-align: left;
		font-weight: bold;
		font-size: 18px;
	}

	.huifu_main {
		margin-top: 0px;
	}

	.replay_box_r_main {
		width: 100%;
		border: none;
		padding: 0;
	}

	.replay_box_r_main:before {
		display: none;
	}

	.replay_box_r_main h3 {
		display: none;
	}

	.replay_box_r {
		float: none;
		width: 100%;
		margin-left: 0px;
	}

	.title_bottom {
		height: auto;
	}

	.fenxiang {
		display: none;
	}

	.contetn_bg {
		box-sizing: border-box;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.icon_btn{float:left; margin-top: -2px;}
	.icon_btn img{width: 40px;display: block;}
	
	.dengluMain{background: #fff; height: auto;}
	.dengluMain a{display: block;color: #405E9D;text-align: center;}
	.dengluMain:before{display: none;}
	
	
}
#ie8{display: none;}